home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 8174 / 8174.xpi / chrome / antbar.jar / content / player / skin / player.css
Cascading Style Sheet File  |  2009-12-30  |  6KB  |  223 lines

  1. /*
  2.    player.css
  3.    firefox
  4.    
  5.    Created by Zak on 2008-07-08.
  6.    Copyright 2008 Ant.com. All rights reserved.
  7. */
  8.  
  9. * {
  10.     padding:            0;
  11.     margin:             0;
  12. }
  13.  
  14.  
  15. window {
  16.     background-color:   #FFFFFF;
  17.     font-family:        Verdana, Arial, Helvetica, sans-serif;
  18.     color:              #B7B7B7;
  19. }
  20.  
  21. ul.antFlvPlayerLinkBar {
  22.     padding-left:       10px;
  23.     background:         #fefefe url("chrome://antbar/content/player/skin/img/topbar_fd.gif") repeat-x 0px 0px; 
  24.     height:             16px;
  25. }
  26.  
  27. ul.antFlvPlayerLinkBar li {
  28.     float:              left;
  29.     display:            block;
  30.     font-size:          0.95em;
  31.     text-transform:     uppercase;
  32. }
  33.  
  34. ul.antFlvPlayerLinkBar li a {
  35.     text-decoration:    none;
  36.     outline-style:      none;
  37.     display:            block;
  38.     color:              #555;
  39.     line-height:        16px;
  40.     height:             16px;
  41.     width:              50px;
  42.     text-align:         center;
  43.     padding:            0 15px;
  44.     margin:             0px;
  45.     background:         #fefefe url("chrome://antbar/content/player/skin/img/topbar_fd.gif") repeat-x 0px 0px;
  46.     border-right:       #ccc solid 1px;
  47.     border-left:        #e6e6e6 solid 1px;
  48. }
  49.  
  50. ul.antFlvPlayerLinkBar li a.on {
  51.     background:         #dc2039 url("chrome://antbar/content/player/skin/img/topbar_fd.gif") repeat-x 0px -16px;
  52.     border-right:       #72020d solid 1px;
  53.     border-left:        #c63e51 solid 1px;
  54.     color:              #FFF;
  55.     font-weight:        bold;
  56. }
  57.  
  58. ul.antFlvPlayerLinkBar li a:hover {
  59.     background:         #1d75e2 url("chrome://antbar/content/player/skin/img/topbar_fd.gif") repeat-x 0px -32px;
  60.     border-left:        #3485e6 solid 1px;
  61.     border-right:       #00378e solid 1px;
  62.     color:              #FFF;
  63.     font-weight:        bold;
  64. }
  65.  
  66. ul.antFlvPlayerLinkBar li a:active {
  67.     background:         #203bc3 url("chrome://antbar/content/player/skin/img/topbar_fd.gif") repeat-x 0px -48px;
  68.     border-left:        #2b47c8 solid 1px;
  69.     border-right:       #02107d solid 1px;
  70.     color:              #FFF;
  71. }
  72.  
  73. #antFlvPlayerHeadBar {
  74.     background:         #FFF;
  75.     height:             64px;
  76. }
  77.  
  78. #antFlvPlayerLogo {
  79.     position:           absolute;
  80.     margin:             8px 0px 0px 16px;
  81.     text-indent:        -9999px;
  82.     font-size:          0.01em;
  83.     width:              146px;
  84.     height:             45px;
  85.     display:            block;
  86.     background:         #FFF url("chrome://antbar/content/player/skin/img/logo.gif") no-repeat center center;
  87. }
  88.  
  89. #antFlvPlayerSearchTable {
  90.     margin-left:        18px;
  91. }
  92.  
  93. #antFlvPlayerSearchBar {
  94.     width:              397px;
  95.     margin:             0 0 0 180px;
  96. }
  97.  
  98. #antFlvPlayerSearchBox {
  99.     border:             #999999 solid 1px;
  100.     border-right:       0;
  101.     margin:             20px 0;
  102.     width:              300px;
  103.     font-size:          0.95em;
  104.     padding:            3px;
  105.     background:         #FFF url("chrome://antbar/content/player/skin/img/s_fd.gif") repeat-x center center;
  106.     display:            inline;
  107.     height:             15px;
  108. }
  109.  
  110. #antFlvPlayerSearchButton {
  111.     display:            block;
  112.     font-size:          0.8em;
  113.     font-weight:        bold;
  114.     padding:            0px;
  115.     width:              97px;
  116.     height:             21px;
  117.     color:              white;
  118.     background:         #dc2039 url("chrome://antbar/content/player/skin/img/bt_fd.gif") repeat-x center left;
  119.     border:             solid 1px #990000;
  120.     text-indent:        -9999px;
  121. }
  122.  
  123. #antFlvPlayerSearchButton:hover {
  124.     background:         url("chrome://antbar/content/player/skin/img/bt_fd.gif") repeat-x center center;
  125.     border:             solid 1px #0033FF;
  126. }
  127.  
  128. #antFlvPlayerSearchButton:active {
  129.     background:         url("chrome://antbar/content/player/skin/img/bt_fd.gif") repeat-x center right;
  130. }
  131.  
  132. #antFlvPlayerSearchButton:focus {
  133.     outline:            none;
  134. }
  135.  
  136. #antFlvPlayerTitleBar {
  137.     font-size:          1.10em;
  138.     background:         #EDEDED;
  139.     padding:            3px 10px;
  140.     color:              #555;
  141.     border-top:         #dadada solid 1px;
  142.     margin-bottom:      3px;
  143. }
  144.  
  145. #antFlvToolbarClearList {
  146.     list-style-image:   url("chrome://antbar/skin/ui/clearlist.png");
  147. }
  148.  
  149. #antFlvToolbarClearList:hover {
  150.     list-style-image:   url("chrome://antbar/skin/ui/clearlist.png");
  151. }
  152.  
  153. #antFlvToolbarClearList:hover:active {
  154.     list-style-image:   url("chrome://antbar/skin/ui/clearlist.png");
  155. }
  156.  
  157. #antFlvPlayerRichListBox {
  158.     -moz-appearance:    none;
  159. }
  160.  
  161. .antFlvPlayerRichListItem {
  162.     background:         #fff;
  163.     border:             none;
  164. }
  165.  
  166. .antFlvPlayerRichListItemGrey {
  167.     background:         #f3f3f3;
  168.     border:    none;
  169. }
  170.  
  171. .antFlvPlayerRichListItemActive {
  172.     background:         #d61e34;
  173.     border:    none;
  174. }
  175.  
  176. .antFlvPlayerRichListItemActive label.antFlvPlayerRichListName {
  177.     color:              #FFFFFF;
  178. }
  179.  
  180. .antFlvPlayerRichListItemActive label.antFlvPlayerRichListInfos {
  181.     color:              #F7C9CE;
  182. }
  183.  
  184. .antFlvPlayerRichListItem[selected="true"] {
  185.     color:              #000;
  186.     border:    none;
  187. }
  188.  
  189. .antFlvPlayerRichListItem:hover {
  190.     background:        #1266ca;
  191.     border:    none;
  192. }
  193.  
  194. .antFlvPlayerRichListItem:hover label.antFlvPlayerRichListInfos {
  195.     color:              #bfd8f5;
  196. }
  197.  
  198. .antFlvPlayerRichListItem:hover label.antFlvPlayerRichListName {
  199.     color:              #FFFFFF;
  200. }
  201.  
  202. .antFlvPlayerRichListName {
  203.     font-weight:        bold;
  204.     width:              300px;
  205. }
  206.  
  207. .antFlvPlayerRichListInfos {
  208.     width:              300px;
  209.     color:              #666;
  210. }
  211.  
  212. richlistitem {
  213.     min-height:         28px;
  214.     height:             28px;
  215.     margin-bottom:      1px;
  216.     padding-bottom:     1px;
  217.     padding-top:        1px;
  218. }
  219.  
  220. richlistitem label {
  221.     margin-bottom:      -1px;
  222.     margin-top:         -1px;
  223. }